Overload | Description |
---|---|
FindInCache(Expression<Func<T,Boolean>>,Func<IQueryable<T>,IOrderedQueryable<T>>,Action<IFetchOptions<T>>) | Retrieves one or more entities matching the provided expression from the cache. |
FindInCache<TResult>(Func<IQueryable<T>,IQueryable<TResult>>,Expression<Func<T,Boolean>>,Func<IQueryable<TResult>,IOrderedQueryable<TResult>>,Action<IFetchOptions<TResult>>) | Retrieves one or more entities matching the provided expression from the cache and projects the results into a different shape using the selector parameter. |
FindInCache(Func<IQueryable<T>,IQueryable>,Expression<Func<T,Boolean>>,Func<IQueryable,IOrderedQueryable>,Action<IFetchOptions>) | Retrieves one or more entities matching the provided expression from the cache and projects the results into a different shape using the selector parameter. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family